*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #000000;
}

.top {
    width: 100%;
    background: url(/public/bg_head.jpg) no-repeat center top #fff;
    height: 800px;
    margin-bottom: -365px;
    /* LWW 20231124 添加样式 */
    position: relative;
    outline:none !important;
}

.topTool{
    width: 100%;
    height: 50px;
    background: url("/public/bg_topTool.png");
    position: absolute;
    top: 0;
    left: 0;
}

.topTool .con{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
}

.topTool .con .ipv6{
    float: left;
    margin-top: 7px;
    margin-right: 425px;
}

.topTool .con .itm{
    margin-top: 13px;
    /* LWW 20231124 注释margin-r */
    /* margin-right: 10px; */
}

/* LWW 20231123 添加样式 */
.top .topTool .con .itm,
/* .top .topTool .con a:not(#tool_znhd), */
.top .topTool .con div {background-color: transparent !important;}
.topTool .con > a:not(#tool_znhd) {margin-right: 10px;}

.wechatIcon{
    display: inline-block;
    position: relative;
}

#wechatIcon{
    width:150px;
    height: 150px;
    position: absolute;
    left: 0;
    top:44px;
    display: none;
}

.wechatIcon:hover #wechatIcon{
    display: block !important;
}

#tool_znhd {
    float: right;
    margin-top: 10px;
    /* LWW 20231123 添加样式 */
    color: #fff;
}

#tool_znhd img{
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

#tool_znhd span{
    font-size: 16px;
    /* LWW 注释样式 color */
    /* color: #fff; */
    vertical-align: middle;
}

.head{
    width: 1200px;
    height: 435px;
    margin: 0 auto;
    overflow: hidden;
    /* LWW 20231207 添加样式 */
    outline: none !important;
}

.search{
    width: 532px;
    height: 71px;
    background: url("/public/bg_search.png") no-repeat center top;
    margin: 157px 0 0 603px;
}

.search input[type=text]{
    width: 380px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #111111;
    margin: 18px 0 0 25px;
    float: left;
}

.search button[type=submit]{
    width: 102px;
    height: 47px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    margin: 12px 0 0 15px;
}

.dh{
    width: 100%;
    height: 61px;
    margin-top: 376px;
    background: url("/public/bg_dh.png") no-repeat center top;
}

.dh .itm{
    width: 240px;
    height: 61px;
    line-height: 61px;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.dh .itm a{
    color: #ffffff;
}